home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / dvitovdu / rmcs_upgrade / dvitovdu_online.hlp < prev    next >
Text File  |  1990-10-01  |  7KB  |  160 lines

  1. In response to the "Command:" prompt, you can enter one or more of the
  2. following commands in upper or lowercase.  Multiple commands are
  3. processed in the order they appear but the window is only updated, if
  4. necessary, at the end.  E.g., if you type "NFD" then DVItoVDU will get
  5. the Next page, switch to Full display mode, move the window Down, and
  6. only then display the page.  If an invalid command is detected, any
  7. further commands are ignored.  Most commands consist of only one or two
  8. characters; some can be followed by parameters.  Spaces before and after
  9. commands and parameters are optional. 
  10.  
  11.  
  12. MISCELLANEOUS
  13. ~~~~~~~~~~~~~
  14.     ?       -   List this help information.
  15.  
  16.     S       -   Show the various qualifier values and statistics on the
  17.                 number of fonts, characters and rules used in the
  18.                 current page. 
  19.  
  20.     Q      -    Quit from DVItoVDU.
  21.  
  22.  
  23. SELECTING A PAGE
  24. ~~~~~~~~~~~~~~~~
  25.     i       -   Display the ith DVI page; i must be a positive integer
  26.                 from 1 to n where n is the total number of pages in the
  27.                 DVI file. 
  28.  
  29. [i0. ... .i9]   Display the DVI page whose TeX page counters match the
  30.                 given integers, i0 to i9, separated by periods.  Any
  31.                 number of integers may be absent; an absent integer will
  32.                 match any value in the corresponding counter.  Trailing
  33.                 periods may be omitted. If more than one DVI page
  34.                 matches, the lowest will be chosen. 
  35.  
  36.     N       -   Display the Next DVI page, depending on the current
  37.                 direction. 
  38.  
  39.     >       -   The N command will move forwards through the DVI file. 
  40.  
  41.     <       -   The N command will move backwards through the DVI file.
  42.  
  43.  
  44. CHANGING THE WAY A PAGE IS DISPLAYED
  45. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  46. The window region is updated in the following manner:
  47.  
  48.     1.  Visible paper edges are drawn first.
  49.  
  50.     2.  Visible rules are then shown in full, no matter what the display
  51.         mode. 
  52.  
  53.     3.  Visible characters are finally font by font (in order of
  54.         increasing number of characters on the page). 
  55.  
  56. At any stage, you can hit the RETURN key to abort the display, or change
  57. the display mode by hitting the T, B or F keys (or t, b or f). 
  58.  
  59.  
  60.     T       -   Terse display of characters; fast but inaccurate.  The
  61.                 characters from TeX text fonts should be readable, but
  62.                 those from math fonts will be incorrectly represented. 
  63.  
  64.     B       -   Box display showing rectangular outlines of characters.
  65.  
  66.     F       -   Full display of all pixels in characters; accurate but
  67.                 slow. 
  68.  
  69.  
  70. CHANGING THE UNITS OF DIMENSIONS
  71. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  72. The numbers shown in the second status line are all dimensions in terms
  73. of the units shown at the end of the line.  The parameters following
  74. some commands are also dimensions in terms of these units.  Unlike
  75. dimensions in TeX, you don't explicitly type the units when you need to
  76. specify a dimension to DVItoVDU; simply enter an integer value or real
  77. value (which will be truncated to four decimal places if necessary).  A
  78. given value is rounded up internally to the nearest pixel based on the
  79. current units and the conversion factors shown below. 
  80.  
  81.     IN      -   Get/show dimensions in terms of inches (the /RESOLUTION
  82.                 qualifier has defined the number of pixels per inch). 
  83.  
  84.     CM      -   Get/show dimensions in terms of centimetres
  85.                 (2.54cm=1in). 
  86.  
  87.     MM      -   Get/show dimensions in terms of millimetres (10mm=1cm). 
  88.  
  89.     PC      -   Get/show dimensions in terms of picas (1pc = 12pt).
  90.  
  91.     PT      -   Get/show dimensions in terms of points (72.27pt = 1in). 
  92.  
  93.     PX      -   Get/show dimensions in terms of pixels.
  94.  
  95.  
  96. CHANGING THE SIZE OF THE WINDOW
  97. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  98. The width and height of the window region can be changed at any time to
  99. increase or decrease the area of page currently in view.  The location
  100. of the window will not change (unless the page becomes invisible).  The
  101. parameters wd and ht are dimensions ranging from 1 pixel to 480 inches.
  102. Note that the width and height of the window are automatically set every
  103. time a page is selected; their values will normally depend on the paper
  104. dimensions. 
  105.  
  106.     H wd    -   Set the Horizontal size of the window to the given
  107.                 width.  If wd is absent, set window width to its
  108.                 initial, unscaled value. 
  109.  
  110.     V ht    -   Set the Vertical size of the window to the given height.
  111.                 If ht is absent, set window height to its initial,
  112.                 unscaled value. 
  113.  
  114.     ZI      -   Zoom in by halving the current height and width of the
  115.                 window. 
  116.  
  117.     ZO      -   Zoom out by doubling the current height and width of the
  118.                 window.
  119.                 
  120.  
  121. MOVING THE WINDOW OVER A PAGE
  122. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  123. The window region can be moved to any position over the current page.
  124. The W command provides absolute positioning; the U, D, L and R commands
  125. provide relative positioning. 
  126.  
  127. The parameters v and h are dimensions ranging from -480 inches to +480
  128. inches.  DVItoVDU uses a coordinate scheme in which the position (0,0)
  129. is a point 1 inch in from the top and left edges of the imaginary sheet
  130. of paper; vertical coordinates increase down the paper, horizontal
  131. coordinates increase to the right. 
  132.  
  133. You will be told if the window moves entirely outside the page edges
  134. represented by Minh, Minv, Maxh, and Maxv.  If this does happen, the
  135. movement is restricted to just outside the edges to make it easier to
  136. get back over the page using only the U, D, L and R commands. 
  137.  
  138. Note that the location of the window is automatically set every time a
  139. page is selected; this position will normally be (-1,-1) in inches;
  140. i.e., the top left corner of the paper. 
  141.  
  142.  
  143.     W h,v   -   Move the Window's top left corner to the given paper
  144.                 position.  h is the horizontal coordinate, v is the
  145.                 vertical coordinate.  If h and v are absent then the
  146.                 window is moved to (Minh,Minv), the top left corner of
  147.                 the page rectangle. 
  148.  
  149.     U v     -   Move window Up v units.  If v is absent, move up an
  150.                 amount equal to the window's current height. 
  151.  
  152.     D v     -   Move window Down v units.  If v is absent, move down an
  153.                 amount equal to the window's current height. 
  154.  
  155.     L h     -   Move window Left h units.  If h absent, move left an
  156.                 amount equal to the window's current width. 
  157.  
  158.     R h     -   Move window Right h units.  If h absent, move right an
  159.                 amount equal to the window's current width. 
  160.